home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000219_mattsf@example.com_Wed Dec 14 14:36:20 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!pln-e!lotsanews.com!nntpfeed.manyone.net!news.glorb.com!newspeer1.asbnva01.us.to.verio.net!129.250.35.102.MISMATCH!newsread1.mlpsca01.us.to.verio.net.POSTED!53ab2750!not-for-mail
  2. From: Matt SF <mattsf@example.com>
  3. User-Agent: Thunderbird 1.5 (Windows/20051025)
  4. MIME-Version: 1.0
  5. Newsgroups: comp.protocols.kermit.misc
  6. Subject: c-kermit8 and slow http downloads
  7. Content-Type: text/plain; charset=ISO-8859-1; format=flowed
  8. Content-Transfer-Encoding: 7bit
  9. Lines: 27
  10. Message-ID: <adZnf.57226$Tf5.41708@newsread1.mlpsca01.us.to.verio.net>
  11. Date: Wed, 14 Dec 2005 10:09:09 -0800
  12. NNTP-Posting-Host: 207.20.85.157
  13. X-Complaints-To: abuse@verio.net
  14. X-Trace: newsread1.mlpsca01.us.to.verio.net 1134583750 207.20.85.157 (Wed, 14 Dec 2005 18:09:10 GMT)
  15. NNTP-Posting-Date: Wed, 14 Dec 2005 18:09:10 GMT
  16. Organization: NTT/VERIO
  17. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15466
  18.  
  19. Hi all--
  20.  
  21. I know we're not supposed to say kermit is slow, but for my http 
  22. downloads, it appears to be!  :)
  23.  
  24. I wrote to kermit-support but on second thought I probably shouldn't 
  25. have bothered them without asking here first.  so here goes:
  26.  
  27. I have been using c-kermit on Solaris 8 recently with some scripts for
  28. file push and retrieval.  For push, I'm doing ftp scripting.  For
  29. retrievals, I'm using the http command set.  They both work well in a
  30. scripting environment.
  31.  
  32. One thing I notice though, doing an 'http get' on a file only gives me a
  33. download speed of about 16kB/s.  Using 'wget' on the same file and same
  34. webserver, it comes down at over 200kB/s.
  35.  
  36. I've tried my binary, a pre-compiled binary, using 'fast' on the kermit
  37. command line....I just can't figure out why it's running at such a slow
  38. download speed.
  39.  
  40. My version is 8.0.211, Solaris 8, gcc, default compile options.
  41.  
  42.  
  43. Anyone have some ideas on how I can improve the speed?  Thank you!
  44.  
  45. -Matt